home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / ColorSync / Sample Code / CSDemo / Prefix.mw68k.h < prev    next >
Encoding:
Text File  |  1994-12-18  |  514 b   |  14 lines  |  [TEXT/MMCC]

  1.  
  2. // The following two typedef's are to work around a bug in the ETO #15
  3. // Universal headers -- the headers only typedef float_t and double_t
  4. // for "applec" and "powerc".  When this is eventually fixed, these
  5. // lines generate "redefined type" errors.
  6.  
  7. //#ifndef powerc
  8.     // The following is required if using Metrowerks 68K (CW4).
  9.     // Otherwise, MetroWerks 68K expects (and uses what it thinks are)
  10.     // A0 result values instead of D0 ones.
  11.  
  12.     #pragma pointers_in_D0        //    Required for c-style toolbox glue.
  13. //#endif
  14.